ChromiumBinaries

public final class ChromiumBinaries

A class responsible for delivering Chromium binaries before starting the Engine.

By default, Chromium binaries come in a form of an archive inside a JAR file. The library automatically finds and extracts them when creating an Engine.

Use this class if you want to extract the binaries in advance, or if you want to override how JxBrowser locates and obtains the binaries.

Since

7.35

Functions

Link copied to clipboard
public static void deliverTo(Path chromiumDir)
Delivers Chromium binaries to the given chromiumDir if necessary.
public static void deliverTo(Path chromiumDir, BinariesDelivery delivery)
Delivers Chromium binaries to the given chromiumDir, but delegates actual delivery to the given delivery.
Link copied to clipboard
public static void deliverToDefaultDirectory()
Delivers Chromium binaries to the default directory if necessary.
public static void deliverToDefaultDirectory(BinariesDelivery delivery)
Delivers Chromium binaries to the default directory, but delegates actual delivery to the given delivery.